projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b32d88
)
(mail-mode): Make fill-paragraph-function local.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Jul 1997 01:41:38 +0000
(
01:41
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Jul 1997 01:41:38 +0000
(
01:41
+0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index b9143a6a74472d6ad8afda197d08a6b02f50e986..355056122d1542cfa95bf49381d38ee9080c27d2 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-341,6
+341,7
@@
C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
(make-local-variable 'paragraph-start)
(make-local-variable 'normal-auto-fill-function)
(setq normal-auto-fill-function 'mail-mode-auto-fill)
+ (make-local-variable 'fill-paragraph-function)
(setq fill-paragraph-function 'mail-mode-fill-paragraph)
;; `-- ' precedes the signature. `-----' appears at the start of the
;; lines that delimit forwarded messages.